home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / aandbf1g / form2.frm < prev    next >
Text File  |  1999-08-22  |  2KB  |  80 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About..."
  5.    ClientHeight    =   2280
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4200
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   2280
  13.    ScaleWidth      =   4200
  14.    StartUpPosition =   2  'CenterScreen
  15.    Begin VB.TextBox Text2 
  16.       BackColor       =   &H8000000F&
  17.       BorderStyle     =   0  'None
  18.       Height          =   285
  19.       Left            =   240
  20.       Locked          =   -1  'True
  21.       TabIndex        =   3
  22.       Text            =   "http://members.tripod.com/~smigman/mci/mci.html"
  23.       Top             =   1440
  24.       Width           =   3975
  25.    End
  26.    Begin VB.TextBox Text1 
  27.       BackColor       =   &H8000000F&
  28.       BorderStyle     =   0  'None
  29.       Height          =   285
  30.       Left            =   1080
  31.       Locked          =   -1  'True
  32.       TabIndex        =   2
  33.       Text            =   "opus@bargainbd.com"
  34.       Top             =   600
  35.       Width           =   1695
  36.    End
  37.    Begin VB.CommandButton Command1 
  38.       Caption         =   "OK"
  39.       Height          =   375
  40.       Left            =   1560
  41.       TabIndex        =   0
  42.       Top             =   1800
  43.       Width           =   975
  44.    End
  45.    Begin VB.Image Image1 
  46.       Height          =   480
  47.       Left            =   120
  48.       Picture         =   "Form2.frx":0000
  49.       Top             =   360
  50.       Width           =   480
  51.    End
  52.    Begin VB.Label Label2 
  53.       Alignment       =   2  'Center
  54.       Caption         =   "For more Visual Basic programs and source code visit my website at"
  55.       Height          =   495
  56.       Left            =   360
  57.       TabIndex        =   4
  58.       Top             =   960
  59.       Width           =   3255
  60.    End
  61.    Begin VB.Label Label1 
  62.       Alignment       =   2  'Center
  63.       BackStyle       =   0  'Transparent
  64.       Caption         =   "Multiple CD player created by Patrick Bigley Copyright 1999"
  65.       Height          =   495
  66.       Left            =   480
  67.       TabIndex        =   1
  68.       Top             =   120
  69.       Width           =   3135
  70.    End
  71. End
  72. Attribute VB_Name = "Form2"
  73. Attribute VB_GlobalNameSpace = False
  74. Attribute VB_Creatable = False
  75. Attribute VB_PredeclaredId = True
  76. Attribute VB_Exposed = False
  77. Private Sub Command1_Click()
  78. Unload Me
  79. End Sub
  80.